←Select platform

ProxyFunction Constructor(string,List<string>)

Summary

Initializes a new instance of ProxyFunction with the specified built-in function's name and parameters.

Syntax
C#
C++/CLI
Python
public ProxyFunction( 
   string name, 
   List<string> parameters 
) 
public:  
   ProxyFunction(String^ name, List<String^>^ parameters) 
__init__(self,name,parameters) # Overloaded constructor 

Parameters

name

Built-in function name.

parameters

List of strings as function's parameters.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.